@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1280px) {
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}

@media all and (max-width: 1280px) {
	body {
		min-width: inherit;
	}
	
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}

}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader .head {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#gHeader.fixed-header .head {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

#gHeader .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

#gHeader h1 {
	margin: 20px 0;
	width: 150px;
	height: 69px;
	float: left;
	background: url(../images/logo.png) no-repeat left top;
	background-size: 100% 100%;
}

#gHeader.fixed-header h1 {
	margin: 10px 0;
	background: url(../images/logo_lan.png) no-repeat left top;
	background-size: 100% 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gHeader .click {
	display: none;
}

#gHeader .header_nav {
	display: none;
}
	
@media all and (max-width: 1280px) {
	#gHeader .inner {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}
	
	#gHeader h1 {
		margin: 10px 0;
		width: 130px;
		height: 60px;
	}
	
	#gHeader .click {
		margin-top: 20px;
		width: 35px;
		height: 35px;
		display: block;
		float: right;
		background: url(../images/menu.png) no-repeat left top;
		background-size: 100% 100%;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	#gHeader.fixed-header .click {
		background: url(../images/menu_hei.png) no-repeat left top;
		background-size: 100% 100%;
	}
	
	#gHeader .header_nav {
		padding: 5px;
		display: block;
		position: fixed;
		width: 260px;
		height: 100%;
		overflow: auto;
		background-color: rgba(255,255,255,.9);
		box-sizing: border-box;
		top: 0;
		right: -260px;
		z-index: 9999999999;
	}
	
	#gHeader .header_nav .sub {
		height: 100%;
		border: 1px solid rgba(0,0,0,.1);
		box-sizing: border-box;
	}
	
	#gHeader .header_nav .spLogo {
		padding: 20px 0 20px;
		text-align: center;
	}
	
	#gHeader .header_nav .spLogo img {
		display: inline-block;
		width: 150px;
	}
	
	#gHeader .header_nav #navi {
		margin: 0 20px 20px;
	}
	
	#gHeader .header_nav #navi li {
		margin-bottom: 1px;
		border: none;
	}
	
	#gHeader .header_nav #navi li a {
		padding: 10px 0;
		display: block;
		border: none;
		color: #fff;
		text-align: center;
		background: #F28108;
	}
	
	#gHeader .header_nav .sptel {
		color: #3295F3;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	#gHeader .header_nav .sptel a {
		color: #3295F3;
	}
		
	#gHeader #close {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 999999999;
	}
	
	#gHeader .nav_button {
		margin-top: -13px;
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 70%;
	float: right;
}

@media all and (max-width: 1280px) {
	#gNavi {
		display: none;
	}
}

#gNavi li {
	width: 12.5%;
	float: left;
	position: relative;
}

#gNavi li a {
	padding: 42px 0 43px;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	position: relative;
}

#gNavi li a:hover {
	font-weight: bold;
}

#gHeader.fixed-header #gNavi li a {
	padding: 30px 0;
	color: #004098;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:before {
	display: none;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
}

#gNavi li a:hover:before {
	display: block;
}

#gHeader.fixed-header #gNavi li a:before {
	background: #004098;
}

#gHeader.fixed-header #gNavi li a:hover {
	font-weight: bold;
}

#gHeader.fixed-header #gNavi li a:hover:before {
	display: block;
}

#gNavi li .drop {
	margin-left: -100px;
	display: none;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 100%;
	background: rgba(255,255,255,.9);
}

#gNavi li .drop p {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#gNavi li .drop p a {
	padding: 8px 0 !important;
	color: #004098;
	font-size: 15px;
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li .drop p a:hover {
	color: #fff !important;
	background: #004098;
}

#gNavi li .drop p a:before {
	display: none !important;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid rgba(204,204,204,.5);
}

#gFooter .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

#gFooter .top {
	padding: 40px 0;
	border-bottom: 1px dotted #666;
}

#gFooter .top .logo {
	float: left;
}

#gFooter .top .logo img {
	width: 150px;
}

#gFooter .top .tel {
	margin-top: 25px;
	padding-left: 55px;
	float: right;
	color: #004098;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/foot-tel.png) no-repeat left center;
}

#gFooter .sub {
	padding: 30px 0;
	border-bottom: 1px dotted #666;
}

#gFooter .left {
	width: 33.333333%;
	float: left;
}

#gFooter .left .name {
	color: #111;
	font-size: 26px;
	font-weight: 300;
}

#gFooter .left .name span {
	display: block;
	color: #666;
	font-size: 14px;
}

#gFooter .left .link {
	margin-top: 20px;
}

#gFooter .left .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	text-align: center;
	background: #004098;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gFooter .left .link a:hover {
	background: #F28108;
}

#gFooter .contact {
	width: 45%;
	float: left;
}

#gFooter .contact p {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}

#gFooter .contact p a {
	color: #333;
}

#gFooter .contact p a:hover {
	text-decoration: underline;
}

#gFooter .contact p span {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	background: #F28108;
	border-radius: 50%;
}

#gFooter .code {
	width: 120px;
	float: right;
	text-align: right;
}

#gFooter .code img {
	width: 120px;
}

#gFooter .code span {
	width: 120px;
	color: #666;
	font-size: 15px;
	display: inline-block;
	text-align: center;
}

#gFooter .fNavi {
	padding: 30px 0 50px;
}

#gFooter .fNavi li {
	width: 11.714%;
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi .er {
	width: 18%;
}

#gFooter .fNavi li li {
	margin-top: 5px;
	width: auto;
	float: none;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

#gFooter .fNavi li li a {
	color: #666;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #333;
	font-size: 15px;
	text-align: center;
	background: #ddd;
}

#gFooter .copyright a {
	color: #333;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

#gFooter .copyright span {
	margin-left: 40px;
}

@media all and (max-width: 1280px) {
	#gFooter {
		padding: 0 20px;
	}
	
	#gFooter .inner {
		margin: 0;
		width: auto;
		min-width: inherit;
	}
	
	#gFooter .top {
		padding: 30px 0;
		border-bottom: 1px dotted #666;
	}
	
	#gFooter .top .logo {
		float: none;
		text-align: center;
	}
	
	#gFooter .top .logo img {
		width: 130px;
	}
	
	#gFooter .top .tel {
		display: none;
	}
	
	#gFooter .sub {
		padding: 30px 0;
		border-bottom: 1px dotted #666;
	}
	
	#gFooter .left {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	#gFooter .left .name {
		font-size: 24px;
		text-align: center;
	}
	
	#gFooter .left .link {
		display: none;
	}
	
	#gFooter .contact {
		width: auto;
		float: none;
	}
	
	#gFooter .contact p {
		margin-bottom: 5px;
		font-size: 15px;
	}
		
	#gFooter .contact p span {
		margin-right: 6px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 18px;
	}
	
	#gFooter .code {
		margin-top: 15px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#gFooter .code img {
		width: 120px;
	}
	
	#gFooter .code span {
		display: block;
		width: auto;
	}
	
	#gFooter .fNavi {
		padding: 20px 0;
	}
	
	#gFooter .fNavi li {
		margin: 0 1%;
		padding: 5px 0;
		width: 48%;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px dotted #ccc;
	}
	
	#gFooter .fNavi .er {
		width: 48%;
	}
	
	#gFooter .fNavi li ul {
		display: none;
	}
	
	#gFooter .copyright {
		margin: 0 -20px;
		padding: 10px 0;
		font-size: 14px;
	}
	
	#gFooter .copyright a {
		color: #333;
	}
	
	
	#gFooter .copyright span {
		margin-left: 20px;
	}

}


.headLine01 {
	margin-bottom: 50px;
	color: #333;
	font-size: 35px;
	font-weight: normal;
	position: relative;
	text-align: center;
}

.headLine01 span {
	display: block;
	color: #999;
	font-size: 16px;
}

.headLine01:before {
	width: 300px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	opacity: 0.5;
	background: #999;
}

.headLine01:after {
	width: 300px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	opacity: 0.5;
	background: #999;
}

@media all and (max-width: 1280px) {
	.headLine01 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	
	.headLine01 span {
		display: block;
		color: #999;
		font-size: 14px;
	}
	
	.headLine01:before {
		width: 60px;
	}
	
	.headLine01:after {
		width: 60px;
	}

}
